Method GetDescendantsWithUserAsync<TProps>(long, int, long?, bool)
protected virtual Task<IEnumerable<TreeRedbObject<TProps>>> GetDescendantsWithUserAsync<TProps>(long parentId, int maxDepth = 50, long? userId = null, bool checkPermissions = false) where TProps : class, new()